go.uber.org/zap/buffer.Buffer.bs (field)
30 uses
go.uber.org/zap/buffer (current package)
buffer.go#L36: bs []byte
buffer.go#L42: b.bs = append(b.bs, v)
buffer.go#L47: b.bs = append(b.bs, v...)
buffer.go#L52: b.bs = append(b.bs, s...)
buffer.go#L57: b.bs = strconv.AppendInt(b.bs, i, 10)
buffer.go#L62: b.bs = t.AppendFormat(b.bs, layout)
buffer.go#L68: b.bs = strconv.AppendUint(b.bs, i, 10)
buffer.go#L73: b.bs = strconv.AppendBool(b.bs, v)
buffer.go#L79: b.bs = strconv.AppendFloat(b.bs, f, 'f', -1, bitSize)
buffer.go#L84: return len(b.bs)
buffer.go#L89: return cap(b.bs)
buffer.go#L94: return b.bs
buffer.go#L99: return string(b.bs)
buffer.go#L105: b.bs = b.bs[:0]
buffer.go#L110: b.bs = append(b.bs, bs...)
buffer.go#L134: if i := len(b.bs) - 1; i >= 0 {
buffer.go#L135: if b.bs[i] == '\n' {
buffer.go#L136: b.bs = b.bs[:i]
pool.go#L37: bs: make([]byte, 0, _size),
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |